JavaScript

A5.SelectsetDisabled Method

Syntax

A5.Select.setDisabled(state)

Arguments

stateboolean

If true, then the SELECT will be disabled.

Description

Set the disabled state of the SELECT.

Example

// assume sObj is a pointer to an instance of the A5.Select class
sObj.setDisabled(true);